home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_95026.txt < prev    next >
Text File  |  1987-11-25  |  5KB  |  217 lines

  1. -- card: 95026 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=459 top=143 right=166 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if visible of card field cursor then hide card field cursor
  23.   else show card field Cursor
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 81
  30. -- high flags: 2004
  31. -- rect: left=180 top=83 right=208 bottom=450
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 2
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: cursor
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   hide card field 1
  43. end mouseUp
  44.  
  45.  
  46. -- part 4 (field)
  47. -- low flags: 81
  48. -- high flags: 2004
  49. -- rect: left=215 top=72 right=227 bottom=439
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 2
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: 
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   hide card field 2
  61. end mouseUp
  62.  
  63.  
  64. -- part 5 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=444 top=52 right=91 bottom=485
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 19678 / 19678
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Tell Me...
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   if visible of card field 2 then hide card field 2
  79.   else show card field 2
  80. end mouseUp
  81.  
  82.  
  83. -- part 6 (field)
  84. -- low flags: 81
  85. -- high flags: 2004
  86. -- rect: left=258 top=137 right=262 bottom=473
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 2
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: 
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   hide card field 3
  98. end mouseUp
  99.  
  100.  
  101. -- part 7 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=445 top=272 right=295 bottom=472
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: 
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   if visible of card field 3 then hide card field 3
  116.   else show card field 3
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=439 top=226 right=249 bottom=466
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: 
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   if visible of card field lockRecent then hide card field lockRecent
  136.   else show card field lockRecent
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 9 (field)
  142. -- low flags: 81
  143. -- high flags: 2004
  144. -- rect: left=186 top=148 right=227 bottom=463
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 2
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: lockRecent
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   hide card field lockRecent
  156. end mouseUp
  157.  
  158.  
  159. -- part contents for background part 2
  160. ----- text -----
  161. Global properties
  162.  
  163. -- part contents for background part 1
  164. ----- text -----
  165. set userLevel to 5 -- 1 to 5 
  166. set powerKeys to true
  167. set blindTyping to true
  168. set editBkgnd to true
  169. set cursor to 1               --resource number or names*
  170. set lockscreen to true    --locks screen image but not
  171.                                      --any actions or messages
  172. set lockMessages to true--prevents messages such as
  173.                                       --openCard being sent
  174. set lockRecent to true    --doesn't record in Recent*
  175. set dragSpeed to 180     --Used with the Drag 
  176.                                       --command. (pixels per second)set textArrows to true    --arrow keys move cursor*
  177.  
  178.  
  179. -- part contents for background part 43
  180. ----- text -----
  181. 335,253
  182.  
  183. -- part contents for background part 44
  184. ----- text -----
  185. userLevel
  186.  powerKeys
  187. blindTyping
  188. editBkgnd
  189. cursor
  190. lockScreen
  191.  
  192. lockMessages
  193.  
  194. lockRecent
  195. dragSpeed
  196.  
  197. textArrows
  198.  
  199.  
  200. -- part contents for card part 2
  201. ----- text -----
  202. Use any available cursor resource,  referring to it by number or name.  The resource type is CURS.  Resources always available are 1 (I-beam), 2 
  203. (crossbar), 3 (thick crossbar), and 4 
  204. (watch).  Use ResEdit to add or modify curs resources.
  205.  
  206. -- part contents for card part 4
  207. ----- text -----
  208. Cursor, lockScreen, lockMessages, dragSpeed, and numberFormat are reset whenever HyperCard is idle, so you can't try them out in the Message box.  The idle message isn't sent when a script is being executed, so you can try them out by using them in a script.
  209.  
  210.  
  211. -- part contents for card part 6
  212. ----- text -----
  213. With textArrows set to true, the arrow keys move the insertion point to the left, right, up, or down in the text.  To move to other cards, press the Option key as well as an arrow key.
  214.  
  215. -- part contents for card part 9
  216. ----- text -----
  217. LockRecent speeds up applications by not making a miniature of cards visited within the script.  LockRecent is reset to false whenever the idle message is sent.